home *** CD-ROM | disk | FTP | other *** search
/ Sacred & Secular / Sacred and Secular.iso / pc / movies / shared.dir / 04858_Script__goCaption2goCaption2.ls < prev    next >
Text File  |  1996-04-03  |  190b  |  13 lines

  1. global zoom
  2. on mouseDown
  3.   set mV = the mouseV
  4.   if zoom = 1 then 
  5.     goCaption2
  6.   else
  7.     if mV > 458 then
  8.       goCaption2
  9.     else
  10.       godoublezoom
  11.     end if
  12.   end if
  13. end